.tzSelect{
	
	/* Контейнер для нового элемента select */
	
	display:inline-block;
	text-align: left;
	border-radius: 3px;
		border: 1px solid #e8e8e8;
		/*background-color: #ffffff;*/

	padding: 1.5vw 1vw;
	color: #000;
	font-size: 0.9vw;
	font-weight: 300;
	width: 100%;
	/*min-height: 2.7vw;*/
	position: relative;
	z-index: 44;
	margin-bottom: 1rem;
	width: 100%;

/*	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;*/
}
.tzSelect.act{
	z-index: 55;
}
.tzSelect .selectBox:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -2px;
	right: 1rem;
	width: 13px;
	height: 8px;
	background: url("../img/test/str.png") no-repeat center;
	background-size: 100% 100%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 9;
}
.tzSelect .selectBox{
	position:absolute;
	left: 0;
	top: 0;
	padding: 0.5vw 1vw;
	height:100%;
	width:100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 2.1vw;
	/* Установка шрифта */
	
	cursor:pointer;

}

/*.tzSelect .selectBox:hover,
.tzSelect .selectBox.expanded{
	background-position:0 -170px, right -238px, 50% -102px, 0 -34px;
	color:#2c5667;
	text-shadow:1px 1px 0 #9bc2d0;
	z-index: 999;
}*/

.tzSelect .dropDown{
	position:absolute;
	top:100%;
	left:0;
	max-height: 20vw;
	overflow-y: scroll;
	width:100%;
	border:1px solid #c1c2c5d1;
	border-width:0 1px 1px;
	list-style:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #fff;
	-webkit-box-shadow:0 0 4px #111;
	box-shadow:0 0 4px #111;
	z-index: 123;
	border-radius: 5px;
	padding: 0.5rem 0;
}


.tzSelect li{
	height:21px;
	display: block;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	cursor:pointer;
	font-weight: 500;
	position:relative;
	background-color: #fff;
	color: #000;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	/* Использование множественных фонов CSS3 */
	
	
}
.tzSelect li:hover{
	color: #fff;
	background-color: #f12620;
}
 .not-h:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
		background: rgba(0,0,0, 0.5);
		border-radius: 3px;
    }
    .not-hide:before{
       display: none; 
    }
.mark-li{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0.5rem 1rem;
	height: 26px !important;
}
.mark-li-img{
	width: 3.3rem;
	height: 2.5rem;
	margin-right: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.stext{
	width: 80%;
	-ms-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	font-weight: 500;
	color: #898888
}

@media (max-width: 991px) {

	.tzSelect{
		min-height: 3.5rem;
		padding: 1.1rem 1rem;
		padding-right: 3rem;
		font-size: 1.1rem;
		/*white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;*/
		font-size: 1.1rem;
		line-height: 1.1;
	}
	.tzSelect li{
	display: block;
	padding: 0.5rem 1rem;
	white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	/* Использование множественных фонов CSS3 */
	
	
}
.tzSelect .selectBox{
	
	padding: 0.6rem 1rem;
	padding-right: 3rem;
}
.tzSelect .dropDown{
	max-height: 24rem;
}
}

@media (max-width: 767px) {
	.tzSelect li{
		font-size: 1.1rem;
	}
}

@media (max-width: 567px) {

}